home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / CB.PRO < prev    next >
Text File  |  1995-02-25  |  314b  |  12 lines

  1. ; properties for a check box
  2. Caption         =   "<<fieldname>>"
  3. Height          =   350
  4. Index           =   <<index>>
  5. Left            =   <<left>>
  6. TabIndex        =   <<tabindex>>
  7. Tag             =   "<<fieldname>>"
  8. Top             =   <<top>>
  9. Value           =   1  'Checked
  10. Width           =   1000
  11.  
  12.